.member-main{
	width:100%;
	margin-top: 50px;
	position:relative;
}

.member-title{
	font-size: 20px;
	color: #387edd;
	font-weight: bold; 
}

.member-line{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.member-tab{
	padding-bottom: 30px;
}

.member-tab a{
	display:inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 15px;
}

.member-tab a.active{
	font-weight: bold;
}

.member-form{}

.member-form-con{
	margin: 20px 0;
}

.member-form-con label{
	width: 65px;
	text-align:right;
	margin-right: 15px;
}

.member-input-entry{
	width: 350px;
	height: 40px;
}

.member-form-con select{
/* 	height:40px; */
/* 	width: 120px; */
}

.input-border{
	border: 1px solid #ccc;
}

#signature{
	width: 515px;
	height: 60px;
}

.member-sidebar{
	position:absolute;
	right:0;
	top: 150px;
	border: 1px solid #ccc;
	width: 200px; 
}

.member-sidebar a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.member-sidebar a.active{
	background: #387ddc;
	color: #fff;
}

.member-edit-header{
	position: absolute;
	right: 300px;
	top: 150px;
	text-align:center;
}

.member-edit-header img{
	display: block;
	width: 145px;
	height:145px;
	margin-bottom: 15px;
}

.member-count-str{
	text-indent: 85px;
}

.member-btn{
	width: 100px;
	margin: 0 auto;
	display: block;
}

#member-file-upload{
	display:inline-block;
	margin-left: 40px;
}

.member-edit{
	height: 500px;
}